home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / m88k / x-tekXD88 < prev    next >
Text File  |  1993-05-23  |  378b  |  13 lines

  1. # Install the custom Tektronix XD88 link editor directives file.
  2. EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
  3.  
  4. gcc.ld: $(srcdir)/config/m88k/tekXD88.ld
  5.     rm -f gcc.ld; cp $(srcdir)/config/m88k/tekXD88.ld ./gcc.ld
  6.  
  7. # Green Hills C on the Tektronix XD88 does not provide alloca.
  8. ALLOCA=alloca.o
  9.  
  10. # rc is cleaner, but the ar program sometimes crashes.
  11. # This is a workaround.
  12. AR_FLAGS=qc
  13.